home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / strings.zip / STRINGS.MAN < prev   
Text File  |  1987-12-30  |  1KB  |  62 lines

  1.  
  2.     STRINGS                    OS9/MSDOS                     STRINGS
  3.  
  4.  
  5.     NAME
  6.  
  7.              Strings - find and print ASCII strings in a binary file
  8.  
  9.         SYNOPSIS
  10.  
  11.              Strings [n] filename
  12.  
  13.         DESCRIPTION
  14.  
  15.              Strings will read 'filename' looking for ASCII strings of
  16.              at least 'n' characters in length.  The default for 'n' is
  17.              three characters.  When found, it is printed, prceded by
  18.              its offset location  in the file (in hexadecimal).  This is
  19.              very useful for locating ASCII constants (filenames, etc.)
  20.              in binary files for purposes of patching.
  21.  
  22.         EXAMPLES
  23.  
  24.              Strings 6 /dd/cmds/strings
  25.  
  26.         SEE ALSO
  27.  
  28.              N/A
  29.  
  30.         BUGS
  31.  
  32.              Strings has no way of determining if an ASCII string is
  33.              coherent.
  34.  
  35.         AUTHORS
  36.  
  37.              Steve Sampson - MSDOS
  38.  
  39.              Peter W. Lyall, Jr. - OS9
  40.  
  41.         
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.         Last printed: 12/30/87                                    Page 1
  62.